It was almost working

Build and Release steps left uncommitted files. Instead of using
--allow-dirty, let's just publish it first.
pull/45/head
Takashi Kokubun 2 years ago
parent 19e2c8940c
commit e7d9eb4d0d
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -65,6 +65,13 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: login
args: ${{ secrets.cargotoken }}
- uses: actions-rs/cargo@v1
with:
command: publish
- name: Build
run: |
for feature in x11 gnome sway others; do
@ -84,10 +91,3 @@ jobs:
env:
GHR_VERSION: v0.14.0
GITHUB_TOKEN: ${{ secrets.githubtoken }}
- uses: actions-rs/cargo@v1
with:
command: login
args: ${{ secrets.cargotoken }}
- uses: actions-rs/cargo@v1
with:
command: publish

Loading…
Cancel
Save