We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6953299 commit e4fc9a0Copy full SHA for e4fc9a0
.github/workflows/release.yml
@@ -44,11 +44,13 @@ jobs:
44
path: __EXAMPLE_PACKAGE__
45
- name: manual release ref
46
env:
47
+ GH_TOKEN: ${{ github.token }}
48
RELEASE_TAG: "${{ inputs.release-tag }}"
49
if: github.ref_type != 'tag'
50
run: ./__THIS_REPO__/.github/workflows/scripts/pre-release/references.sh
51
- name: new tag release ref
52
53
54
RELEASE_TAG: "${{ github.ref_name }}"
55
if: github.ref_type == 'tag'
56
0 commit comments