Skip to content

Commit

Permalink
Replace dash in date with another underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Feb 28, 2024
1 parent 31a1928 commit f94a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: Generate version based on date
run: echo "RELEASE_VERSION=$(date '+%Y-%m-%d_%H-%M')" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(date '+%Y-%m-%d_%H_%M')" >> $GITHUB_ENV

# - name: Log in to the Container registry
# uses: docker/login-action@v3
Expand Down

0 comments on commit f94a552

Please sign in to comment.