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 5068911 commit 3b58ee8Copy full SHA for 3b58ee8
.github/workflows/goreleaser.yml
@@ -38,6 +38,16 @@ jobs:
38
with:
39
cosign-release: 'v2.2.0'
40
41
+ - name: Upload Latest Information
42
+ uses: azure/CLI@v2
43
+ with:
44
+ inlineScript: |
45
+ version=$(git describe --tags --abbrev=0)
46
+ echo "Version: $version"
47
+ echo "$version" > latest.txt
48
+ env:
49
+ AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
50
+
51
- name: Run GoReleaser
52
uses: goreleaser/goreleaser-action@v5
53
@@ -49,4 +59,4 @@ jobs:
59
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
60
AZURE_STORAGE_ACCOUNT: testchainloop
61
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
- COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
62
+ COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
0 commit comments