Skip to content

Commit

Permalink
Don't bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Jul 28, 2020
1 parent f69e287 commit ee41a73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/bumpdevversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
with:
cmd: "yq write --inplace recipe/meta.yaml 'source.git_rev' ${{ steps.git_rev_info.outputs.sha }}"

# Bump build version number
- name: Bump build number
uses: mikefarah/yq@3.3.2
with:
cmd: "yq write --inplace recipe/meta.yaml 'build.number' 1"

# Take a look at recipe/meta.yaml contents
- name: Check meta.yaml contents
run: cat recipe/meta.yaml
Expand Down

0 comments on commit ee41a73

Please sign in to comment.