Skip to content

Commit

Permalink
fix: wrong version in compiled binaries (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabali2004 committed Apr 4, 2021
1 parent ae55252 commit b54861b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Cargo updater
run: cargo install set-cargo-version
- name: Set Cargo version
run: set-cargo-version ./Cargo.toml ${{ github.event.inputs.versionName }}
- name: Add musl target
run: rustup target add x86_64-unknown-linux-musl
- name: Install musl tools
Expand All @@ -45,6 +49,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Cargo updater
run: cargo install set-cargo-version
- name: Set Cargo version
run: set-cargo-version ./Cargo.toml ${{ github.event.inputs.versionName }}
- name: Install wixtoolset
run: choco install wixtoolset
- name: Install cargo-wix
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ All notable changes to this project will be documented in this file. See [standa

* release.yml ([8cc3533](https://github.com/jabali2004/strapi-data-replicator/commit/8cc3533e553b66a9c359534800880768fbe4012f))

### [0.0.3](https://github.com/jabali2004/strapi-data-replicator/compare/v0.0.2...v0.0.3) (2021-04-04)

### 0.0.2 (2021-04-3)

### 0.0.1 (2021-03-03)

0 comments on commit b54861b

Please sign in to comment.