Skip to content

Commit

Permalink
Update icons-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Sep 23, 2022
1 parent 45519cd commit 36026dd
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions .github/workflows/icons-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# name: Publish Release
name: Publish Release

# on:
# pull_request:
Expand All @@ -19,20 +19,34 @@
# with:
# title: MyReleaseVersion

name: "Lint PR"
# name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize
# on:
# pull_request_target:
# types:
# - opened
# - edited
# - synchronize

# jobs:
# main:
# name: Validate PR title
# runs-on: ubuntu-latest
# steps:
# - uses: amannn/action-semantic-pull-request@v4
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
main:
name: Validate PR title
name: Release
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
- name: Checkout
uses: actions/checkout@v2
- run: git fetch --unshallow --tags
- name: auto shipit
uses: terradatum/auto-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 36026dd

Please sign in to comment.