Skip to content

Commit

Permalink
Merge branch 'smithy-lang:main' into dss
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Jan 10, 2024
2 parents a8bfc34 + fea1fd7 commit e6cc0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-smithy-version.yml
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
get-version:
runs-on: ubuntu-latest
if: github.repository == 'smithy-lang/smithy-language-server'
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -57,4 +58,4 @@ jobs:
--base main
echo "PR Created for version bump to ${{ steps.fetch-latest.outputs.latestSmithy }}"
env:
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
smithyVersion=1.42.0
smithyVersion=1.43.0

0 comments on commit e6cc0d8

Please sign in to comment.