Skip to content

Commit

Permalink
Comment out version update on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Nov 27, 2023
1 parent 3dfcd04 commit 93cef3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ env:


jobs:
update:
uses: ./.github/workflows/version.yml
secrets: inherit
with:
app_version: ${{ inputs.release_tag }}
# update:
# uses: ./.github/workflows/version.yml
# secrets: inherit
# with:
# app_version: ${{ inputs.release_tag }}

images:
uses: ./.github/workflows/build.yml
Expand Down

0 comments on commit 93cef3e

Please sign in to comment.