Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 24, 2022
1 parent 8116983 commit 7f61f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Create global variables
id: version
run: echo "{version}={$(git rev-parse --short HEAD)}" >> $GITHUB_OUTPUT
run: echo "version=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

build:
name: Build PDF files
Expand Down

0 comments on commit 7f61f64

Please sign in to comment.