Skip to content

Commit

Permalink
Merge branch 'master' into preview-image
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Mar 1, 2024
2 parents cbaf624 + 1200f98 commit eb877f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/periodic-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{secrets.ACTION_PUSH_KEY}}
- run: |
date="$(date +%y.%m).0-dev"
gawk -i inplace -F: -v q=\" -v tag=$date '/^ "version": / { print $1 FS, q tag q ","; next} { print }' package.json
Expand Down

0 comments on commit eb877f8

Please sign in to comment.