We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c968 commit d763146Copy full SHA for d763146
.github/workflows/build.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Get current date
47
id: date
48
- run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
+ run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
49
50
# Create a release on GitHub using GITHUB_TOKEN
51
- name: Create GitHub Release
@@ -75,4 +75,4 @@ jobs:
75
- name: Clean Up
76
run: |
77
docker stop arch-container || echo 'Failed to stop the container.'
78
- docker rm arch-container || echo 'Failed to remove the container.'
+ docker rm arch-container || echo 'Failed to remove the container.'
0 commit comments