mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
test release
This commit is contained in:
parent
2fc1f5eeb3
commit
33cc638d72
2 changed files with 2 additions and 7 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -7,18 +7,13 @@ on:
|
|||
paths:
|
||||
- "version.json"
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
upload_artifact:
|
||||
name: upload_artifact
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
name: Check out code
|
||||
|
||||
- name: Version convert
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.34-rc3",
|
||||
"version": "0.8.34-rc2",
|
||||
"plugins": {
|
||||
"portainer": "0.0.8",
|
||||
"nginx": "0.0.6",
|
||||
|
|
Loading…
Reference in a new issue