Skip to content

[major] Add justinfarrelldev to VSCode settings for extensions #15

[major] Add justinfarrelldev to VSCode settings for extensions

[major] Add justinfarrelldev to VSCode settings for extensions #15

Workflow file for this run

# example 2: on merge to master from pull request (recommended)
name: Bump version
on:
pull_request:
types:
- closed
branches:
- main
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@v1
env:
GITHUB_TOKEN: ${{ secrets.TAG_TOKEN }}
WITH_V: true
PRERELEASE: true