mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Compare commits
21 Commits
d0405e739b
...
be6ebe5c90
Author | SHA1 | Date | |
---|---|---|---|
|
be6ebe5c90 | ||
|
bc8608cd4e | ||
|
7e02b6f0ef | ||
|
d01b89eafc | ||
|
fab6c40763 | ||
|
4c60e41482 | ||
|
c7584ade0d | ||
|
96688e1766 | ||
|
4ed6a1cdd3 | ||
|
62748a3568 | ||
|
29dece3d9b | ||
|
479de09eed | ||
|
89f3ae8b56 | ||
|
2269f82692 | ||
|
07ab7968d0 | ||
|
35a9d647f9 | ||
|
96e786b5cb | ||
|
28b15a3f35 | ||
|
2b3bfd96c2 | ||
|
3426c2462a | ||
|
392901f6f9 |
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -27,6 +27,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release_branches: rolling
|
release_branches: rolling
|
||||||
|
- name: get-app-version
|
||||||
|
id: package-version
|
||||||
|
run: |
|
||||||
|
LF_VERSION=$(cat package.json | jq -r '.version')
|
||||||
|
echo "current-version=$LF_VERSION" >> "$GITHUB_OUTPUT"
|
||||||
|
- name: update cargo.toml
|
||||||
|
run: |
|
||||||
|
appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//')
|
||||||
|
sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
@ -37,4 +46,3 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user