Skip to content

Commit

Permalink
oops wrong file :)
Browse files Browse the repository at this point in the history
  • Loading branch information
skttl committed Aug 8, 2024
1 parent c9724cc commit e946748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/umb-v/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Output version name
run: echo "${VERSION}"
- name: Cancel job if version is empty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/umb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF/refs\/tags\/umb-v/}" >> $GITHUB_ENV
- name: Output version name
run: echo "${VERSION}"
- name: Cancel job if version is empty
Expand Down

0 comments on commit e946748

Please sign in to comment.