Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dce22c0ced | ||
|
|
ce95ae33b6 | ||
|
|
5e446df042 |
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.RELEASE_TOKEN || gitea.token }}
|
||||
token: ${{ secrets.REGISTRY_TOKEN }}
|
||||
persist-credentials: true
|
||||
|
||||
- name: Create next tag from config/version.yaml
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
parameters:
|
||||
app.version: '0.1.2'
|
||||
app.version: '0.1.3'
|
||||
|
||||
Reference in New Issue
Block a user