Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 3, 2023
2 parents 62beb36 + f7d581b commit 3c0f776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Change version (Staging)
if: env.CHANNEL == 'staging'
run: |
DATE=$(date +'%Y.%m.%d')
DATE=$(date +'%Y%m%d')
BASE_VERSION=$(jq -r .version package.json | cut -d'-' -f1)
NEW_VERSION="${BASE_VERSION}-${DATE}"
Expand Down

0 comments on commit 3c0f776

Please sign in to comment.