Skip to content

Commit 09aaada

Browse files
committed
fix: env not available
1 parent 4ffa5b4 commit 09aaada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: "[INIT] Checkout repository"
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v5rser/proselint/pull/1416
2222

2323
- name: "[INIT] Install Nix"
2424
uses: cachix/install-nix-action@v31
@@ -99,7 +99,7 @@ jobs:
9999
set +email
100100
git add CHANGELOG.md
101101
git commit -m 'chore(release): update changelog for ${{ steps.version.outputs.tag }}'
102-
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ GITHUB_REPO }}.git <branch>
102+
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git <branch>
103103
104104
- name: "[RELEASE] Create GitHub release"
105105
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)