revanced-integrations/.github/workflows/release.yml

32 lines
693 B
YAML
Raw Normal View History

name: Release
on:
2022-06-24 00:55:50 +02:00
workflow_dispatch:
push:
branches:
- main
2022-07-02 06:18:52 +02:00
- dev
pull_request:
branches:
- main
2022-07-02 06:18:52 +02:00
- dev
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
2023-06-12 01:48:29 +02:00
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Setup semantic-release
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
run: npm exec semantic-release