Skip to content

Commit

Permalink
fix version issue and license
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Sep 11, 2023
1 parent f76296b commit e5df313
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closeOnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close issues marked 'fixed-pending-release' upon a release.
uses: gcampbell-msft/[email protected].2
uses: gcampbell-msft/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Nico Flaig
Copyright (c) 2023 Garrett Campbell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "close-issues-on-release",
"version": "0.0.2",
"version": "0.0.3",
"description": "Upon release, close issues marked 'fixed-pending-release'",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5df313

Please sign in to comment.