Skip to content

Commit

Permalink
Fixes fortune packages
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Apr 19, 2024
1 parent 87bb7e7 commit 63c5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Get Short SHA
if: github.ref == 'refs/heads/main'
id: sha
run: echo "sha=\"$(git rev-parse --short HEAD)\"" >> "$GITHUB_OUTPUT"
run: echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"

# Create release upon push on main
- name: Create tag
Expand Down

0 comments on commit 63c5b54

Please sign in to comment.