Skip to content

Commit

Permalink
junowen-server-v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
progre committed Nov 17, 2023
1 parent 58ed420 commit 2e4213e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [main]
tags: [v*]
tags: [junowen-v*, junowen-server-v*]
pull_request:
branches: [main]
jobs:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
path: ./artifact
release-windows:
needs: build-windows
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/junowen-v')
runs-on: ubuntu-latest
env:
FILENAME: ${{ github.event.repository.name }}_${{ github.ref_name }}.zip
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
path: ./target/lambda
release-server:
needs: build-server
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/junowen-server-v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion junowen-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "junowen-server"
edition = "2021"
version.workspace = true
version = "0.7.1"
authors.workspace = true
license.workspace = true

Expand Down

0 comments on commit 2e4213e

Please sign in to comment.