Compare commits
2 Commits
v20260109.
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
6607b9965e
|
|||
|
4b549c0bae
|
@@ -55,15 +55,12 @@ jobs:
|
||||
echo "github.token secret is missing in this run context."
|
||||
exit 1
|
||||
fi
|
||||
echo "github.token present. ${TOKEN}"
|
||||
echo "github.token present. ${TOKEN} for ${{github.server_url}}"
|
||||
# Create a release for this specific version
|
||||
- name: Update Release with Files
|
||||
id: create_version_release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
uses: actions/gitea-release-action
|
||||
with:
|
||||
token: ${{ TOKEN }}
|
||||
files: |-
|
||||
./dist/module.json
|
||||
./dist/module.zip
|
||||
|
||||
Reference in New Issue
Block a user