Skip to content

Commit

Permalink
chore: update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Vo committed Apr 18, 2024
1 parent 258f44f commit 734ac7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand Down Expand Up @@ -34,9 +34,9 @@ jobs:
uses: actions/deploy-pages@v4

bump-version:
name: "Bump Version on master"
needs: deploy
name: "Bump Version on main"
runs-on: ubuntu-latest

steps:
- name: "Checkout source code"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit 734ac7d

Please sign in to comment.