Skip to content

Commit

Permalink
Updated publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jun 6, 2024
1 parent 01abe54 commit 7344b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
const pr = await github.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
head: `auto-update-v${{github.ref.replace('refs/tags/', '')}}`,
head: `auto-update-v${process.env.GITHUB_REF.replace('refs/tags/', '')}`,
state: 'open',
});
Expand Down

0 comments on commit 7344b86

Please sign in to comment.