Skip to content

Commit

Permalink
feat: 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Oct 13, 2023
1 parent 16edf12 commit ec95b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Manage SF API Version
uses: ClayChipps/manage-sf-api-version@v1
- uses: ClayChipps/manage-sf-api-version@v1
with:
api-version: ${{inputs.api-version}}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
- uses: peter-evans/create-pull-request@v5
with:
title: 'Bump API Versions to ${{inputs.api-version}}.0'
body: 'Automatically bumped by GitHub Actions '
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manage-sf-api-version",
"version": "0.1.1",
"version": "1.0.0",
"private": true,
"description": "Manage SF API Version GitHub Action",
"main": "lib/main.js",
Expand Down

0 comments on commit ec95b18

Please sign in to comment.