Skip to content

Commit

Permalink
ci: temp disable semver checks until we release
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Sep 27, 2024
1 parent e595388 commit f29bb7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
name: librarium-${{ matrix.job.target }}.tar.gz
path: librarium-${{ matrix.job.target }}.tar.gz

# check semvar before release!
- name: Check semver
env:
# disable static build for this job
RUSTFLAGS: ""
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
uses: obi1kenobi/cargo-semver-checks-action@c7306483f698c511eaf7416d1bf2e1958c90140f # v2.4
with:
package: librarium
feature-group: default-features
# # check semvar before release!
# - name: Check semver
# env:
# # disable static build for this job
# RUSTFLAGS: ""
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
# uses: obi1kenobi/cargo-semver-checks-action@c7306483f698c511eaf7416d1bf2e1958c90140f # v2.4
# with:
# package: librarium
# feature-group: default-features

- name: Upload binary to release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit f29bb7b

Please sign in to comment.