Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 authored Nov 2, 2021
1 parent de01104 commit c8454cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
VERSION=${{ github.event.release.tag_name }}
push: true

- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions
author_email: [email protected]
message: 'Update version number'
add: 'version'
#- name: Commit changes
# uses: EndBug/add-and-commit@v7
# with:
# default_author: github_actions
# author_email: [email protected]
# message: 'Update version number'
# add: 'version'

0 comments on commit c8454cc

Please sign in to comment.