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 c14c02c commit 1297e15Copy full SHA for 1297e15
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
if: contains('["brettcannon", "corona10", "erlend-aasland"]', github.actor)
23
runs-on: ubuntu-latest
24
outputs:
25
- builddate: ${{ steps.version.outputs.version }}
+ builddate: ${{ steps.version.outputs.builddate }}
26
steps:
27
# Checkout push-to-registry action github repository
28
- name: Set Calver Date
0 commit comments