Skip to content

Commit

Permalink
fix: tag sha not ref
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy authored May 16, 2024
1 parent ea5734b commit b3e3183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release/publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export class Publisher extends Component {
workflowEnv: {
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}",
GITHUB_REPOSITORY: "${{ github.repository }}",
GITHUB_REF: "${{ github.ref }}",
GITHUB_REF: "${{ github.sha }}",
},
run: this.githubReleaseCommand(options, branchOptions),
};
Expand Down

0 comments on commit b3e3183

Please sign in to comment.