Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ create generateversiondata.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggvbo authored Dec 9, 2023
1 parent ef04e79 commit 868416f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/generateversiondata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Generate version data'

on:
pull_request:
push:
paths-ignore:
- 'version.json'

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: 'Git: Checkout'
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: "Node: Setup"
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: 'Node: Generate version data'
id: script
run: yarn build:info
- name: 'Git: Send them back'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'πŸ“¦ auto: generate version.json'

0 comments on commit 868416f

Please sign in to comment.