Skip to content

Commit b0f928b

Browse files
author
Calvin A. Allen
authored
Update README.md
1 parent b052b16 commit b0f928b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# calvinallen/action-vs-vsix-versioner
1+
# codingwithcalvin/action-vs-vsix-versioner
22

33
Github Action to update your Visual Studio extension to a version that is based off of the current date and the CI build number.
44

@@ -20,7 +20,7 @@ steps:
2020
uses: actions/checkout@v2
2121

2222
- name: Visual Studio VSIX Versioner
23-
uses: CalvinAllen/action-vs-vsix-versioner@v1
23+
uses: codingwithcalvin/action-vs-vsix-versioner@v1
2424
with:
2525
# REQUIRED
2626
extension-manifest-file: './src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.vsixmanifest'

0 commit comments

Comments
 (0)