Skip to content

Commit

Permalink
TESTING PUBLISH
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 27, 2024
1 parent 21bf78b commit 363cd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,3 @@ jobs:

- run: cargo check
- run: cargo build --release

- run: git config --global user.name "${GITHUB_ACTOR}"
- run: git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

releasse:
runs-on: ubuntu-latest
environment: main
needs: build
steps:
- run: ""
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# TODO
# - run: cargo build --release

- run: git config --global user.name "${GITHUB_ACTOR}"
- run: git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
- run: npm run release --workspace @project-gauntlet/release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 363cd33

Please sign in to comment.