Skip to content

Commit

Permalink
CI(nuget_pkg): rather use beta version
Browse files Browse the repository at this point in the history
Because we use NativeSegwit for the nuget package, let's
use a beta version (0.9 instead of 0.7, like the beta snap).
  • Loading branch information
knocte committed Mar 9, 2024
1 parent b35b11a commit 679ddf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ jobs:
run: git config --global --add safe.directory '*'
- name: configure
run: ./configure.sh --native-segwit
- name: Bump version to beta (because segwit)
run: |
git submodule foreach git fetch --all && git submodule sync --recursive && git submodule update --init --recursive
dotnet fsi ./scripts/beta_bump.fsx
- name: pack&push
run: make push

Expand Down Expand Up @@ -582,7 +586,7 @@ jobs:
- name: Bump snap version
run: |
git submodule foreach git fetch --all && git submodule sync --recursive && git submodule update --init --recursive
dotnet fsi ./scripts/snap_bump.fsx
dotnet fsi ./scripts/beta_bump.fsx
- name: Generate snap package
run: |
Expand Down
File renamed without changes.

0 comments on commit 679ddf9

Please sign in to comment.