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 b05e040 commit 8ad5f4bCopy full SHA for 8ad5f4b
.github/workflows/Create-Release.yml
@@ -56,7 +56,7 @@ jobs:
56
'@semantic-release/github'
57
]
58
env:
59
- GITHUB_TOKEN: ${{ secrets.TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
- run: echo ${{ steps.semantic.outputs.release-version }}
61
62
- run: echo "$OUTPUTS"
.github/workflows/azure-dev-validation.yml
@@ -1,9 +1,5 @@
1
name: Azure Template Validation
2
on:
3
- push:
4
- branches:
5
- - dev
6
- - main
7
workflow_dispatch:
8
9
permissions:
0 commit comments