Skip to content

Commit

Permalink
ci: add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltchuang committed May 27, 2024
1 parent 3b098e9 commit 64d59a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
GIT_COMMITTER_EMAIL: [email protected]
steps:
- name: "Checkout main branch"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.MICHAELTCHUANG_BOT }}
repository: michaeltchuang/a-day-in-my-bobalife
ref: main
submodules: recursive
- name: "Import GPG Key"
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand All @@ -56,13 +56,13 @@ jobs:
GIT_COMMITTER_EMAIL: [email protected]
steps:
- name: "Checkout main branch"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.MICHAELTCHUANG_BOT }}
fetch-depth: 0
ref: main
- name: "Import GPG Key"
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand All @@ -80,7 +80,7 @@ jobs:
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @semantic-release/exec@5 \
-p conventional-changelog-conventionalcommits \
-p conventional-changelog-conventionalcommits@7.0.2 \
semantic-release
- name: "Push automated release commits to release branch"
run: |
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout main branch"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ github.repository }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DisneyScenicRides/.idea/*
HaveAMagicalDay/.idea/*
/.idea/*

0 comments on commit 64d59a6

Please sign in to comment.