Skip to content

Change publish action (#1264) #48

Change publish action (#1264)

Change publish action (#1264) #48

on:
push:
branches:
- master
jobs:
new_commit_to_self:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: |
git clone https://github.com/FuelLabs/releasy && cd releasy && git checkout kayagokalp/releasy-handle && cd ..
cargo install --path ./releasy/releasy-handler
releasy-handler --event new-commit-to-self --event-repo-name fuels-rs --event-repo-owner FuelLabs --path ./.github/workflows/repo-plan.toml --event-commit-hash ${GITHUB_SHA}