Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rheber committed Jul 10, 2024
1 parent ead9e46 commit 85c20ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
svn add trunk/* || echo 'Added some targets that are already under version control.'
cp -r ../assets/* assets/
svn add assets/* || echo 'Added some targets that are already under version control.'
svn --username ${{ secrets.SVN_CREDS_USR }} --password ${{ secrets.SVN_CREDS_PSW }} ci -m "Version ${VERSION}"
svn --username ${{ secrets.SVN_CREDS_USR }} --password '${{ secrets.SVN_CREDS_PSW }}' ci -m "Version ${VERSION}"
svn cp trunk tags/${VERSION}
svn --username ${{ secrets.SVN_CREDS_USR }} --password ${{ secrets.SVN_CREDS_PSW }} ci -m "Tag Version ${VERSION}"
svn --username ${{ secrets.SVN_CREDS_USR }} --password '${{ secrets.SVN_CREDS_PSW }}' ci -m "Tag Version ${VERSION}"

0 comments on commit 85c20ce

Please sign in to comment.