Skip to content

Commit

Permalink
use run number
Browse files Browse the repository at this point in the history
  • Loading branch information
sudtanj committed Dec 1, 2024
1 parent 322d4e3 commit 2c8e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: clasp -A ./.clasprc.json -P ./.clasp.json push -f

- name: Clasp deploy
run: clasp -A ./.clasprc.json -P ./.clasp.json deploy -i ${{ secrets.DEPLOY_ID }} -d ${{ github.event.head_commit.message }} -V $(git rev-parse --short "$GITHUB_SHA")
run: clasp -A ./.clasprc.json -P ./.clasp.json deploy -i ${{ secrets.DEPLOY_ID }} -d ${{ github.event.head_commit.message }} -V ${{ github.run_number }}

# - name: Deploy to Apps Script
# uses: daikikatsuragawa/clasp-action@v1.1.0
Expand Down

0 comments on commit 2c8e481

Please sign in to comment.