Skip to content

Commit

Permalink
fix: fix/push-to-main
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Feb 3, 2025
1 parent a06ea85 commit 1c6d106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ vars:
[ "$(git branch --show-current)" != "main" ] && echo "dev-$(git describe --tags --abbrev=0)" || echo $(git describe --tags --abbrev=0)
dotenv: ['.env', '{{.HOME}}/.env']

# PRECONDITION TO CHECK IF TOKENS SET OR UNSET FOR RELEASE
token-precondition: &release
- sh: "[[ -n \"${GITHUB_TOKEN}\" ]]"
Expand Down

0 comments on commit 1c6d106

Please sign in to comment.