Skip to content

Commit 11320ac

Browse files
fkiriakos07emilio
authored andcommitted
fix env in workflow file
1 parent 712e396 commit 11320ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ jobs:
5858
sed '$ d' | awk '{$1=$1};1' > CHANGES.txt
5959
6060
- name: Create a release
61-
env:
62-
TAG: ${{ steps.tagName.outputs.version }}
6361
run: |
6462
cp target/release/cbindgen cbindgen-ubuntu22.04
6563
cp target/aarch64-unknown-linux-gnu/release/cbindgen cbindgen-ubuntu22.04-aarch64
6664
gh release create ${TAG} --title "${TAG}" --notes-file "CHANGES.txt" --draft cbindgen-ubuntu22.04 cbindgen-ubuntu22.04-aarch64
6765
env:
6866
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
TAG: ${{ steps.tagName.outputs.version }}

0 commit comments

Comments
 (0)