Skip to content

Commit

Permalink
Fix publish (EmbarkStudios#6)
Browse files Browse the repository at this point in the history
* Fix publish workflow
* Improve workflow link, top level desc
  • Loading branch information
Jake-Shadle authored Oct 3, 2019
1 parent dd47e97 commit 053ece1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Publish to crates.io
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -31,5 +28,7 @@ jobs:
command: test
- name: cargo publish
uses: actions-rs/cargo@v1
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
with:
command: publish
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pull_request_rules:
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- status-success=Travis CI - Pull Request
- base=master
- label!=work-in-progress
actions:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 🆔 spdx

[![Build Status](https://github.com/EmbarkStudios/spdx/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spdx/actions)
[![Build Status](https://github.com/EmbarkStudios/spdx/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/spdx/actions?workflow=CI)
[![Crates.io](https://img.shields.io/crates/v/spdx.svg)](https://crates.io/crates/spdx)
[![Docs](https://docs.rs/spdx/badge.svg)](https://docs.rs/spdx)
[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](http://embark.rs)

Helper crate for SPDX identifiers.
Helper crate for [SPDX](https://spdx.org/about) [license expressions](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60).

## Usage

Expand Down

0 comments on commit 053ece1

Please sign in to comment.